MQTT Publish
Description
MQTT Publish is a tool that allows the user to publish a message to a MQTT broker.
Parent Tools
Settings
Setup tool
Reference to the MQTT Config tool.
info
The MQTT Config tool must be configured before using this tool.
Topic
The topic to which the MQTT message will be published
Payload
The payload of the MQTT message.
This input supports Mark-up Text Input.
QoS
The Quality of Service (QoS) level for message delivery.
The following QoS levels are available:
- 0: At most once delivery
- 1: At least once delivery
- 2: Exactly once delivery